價格:免費
更新日期:2018-09-22
檔案大小:29M
目前版本:0.1
版本需求:Android 4.1 以上版本
官方網站:http://diegogiacomelli.com.br/
Email:giacomelli@gmail.com
聯絡地址:隱私權政策
GeneticSharp is a fast, extensible, multi-platform and multithreading C# Genetic Algorithm library that simplifies the development of applications using Genetic Algorithms (GAs).
https://github.com/giacomelli/GeneticSharp
There are 3 samples in the current version:
CAR2D
Based on famous BoxCar2D, this sample uses a genetic algorithm to create car designs to overcome road challenges, like gaps, hills, and obstacles.
TSP
The classic TSP sample, but in this, we can change the cities positions while the genetic algorithm is running and see how it finds the best route.
WALL BUILDER
This sample tries to build a higher wall using random initial bricks positions.